
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
youtube-remote
Advanced tools
Youtube API wrapper to control your device.
npm install youtube-remote
const YoutubeRemote = require('youtube-remote')
const client = new YoutubeRemote(screenId)
// Play a Youtube video by id
client.playVideo('LqYIKYEnX7Y', function (err) {
if (err) return console.log('Error: ', err)
console.log('Playing video :)')
})
client = new YoutubeRemote(screenId)
Start a new remote connection.
screenId
is the screen identifier of the device you you want to connect to.
client.playVideo(videoId, [listId, callback])
Start a new queue (or playlist) and start playing a new Youtube video.
Use listId
to provide the identifier of a Yotube playlist.
client.addToQueue(videoId, [callback])
Add a new video to the queue.
client.playNext(videoId, [callback])
Add a new video to the queue just after the current one.
client.removeVideo(videoId, [callback])
Remove a video from the queue.
client.clearPlaylist([callback])
Clear the current playlist.
MIT. Copyright (c) Alex
FAQs
Youtube Leanback API wrapper
The npm package youtube-remote receives a total of 259 weekly downloads. As such, youtube-remote popularity was classified as not popular.
We found that youtube-remote demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.